﻿2026-09-22T01:33:32.2625826Z ##[group]Run actions/checkout@v5
2026-09-22T01:33:32.2626547Z with:
2026-09-22T01:33:32.2626934Z   repository: BigscreenVR/spt-bs-core
2026-09-22T01:33:32.2630016Z   token: ***
2026-09-22T01:33:32.2630376Z   ssh-strict: true
2026-09-22T01:33:32.2630725Z   ssh-user: git
2026-09-22T01:33:32.2631073Z   persist-credentials: true
2026-09-22T01:33:32.2631473Z   clean: true
2026-09-22T01:33:32.2631836Z   sparse-checkout-cone-mode: true
2026-09-22T01:33:32.2632250Z   fetch-depth: 1
2026-09-22T01:33:32.2632589Z   fetch-tags: false
2026-09-22T01:33:32.2632950Z   show-progress: true
2026-09-22T01:33:32.2633306Z   lfs: false
2026-09-22T01:33:32.2633650Z   submodules: false
2026-09-22T01:33:32.2634011Z   set-safe-directory: true
2026-09-22T01:33:32.2634416Z   allow-unsafe-pr-checkout: false
2026-09-22T01:33:32.2635065Z ##[endgroup]
2026-09-22T01:33:32.3421390Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-22T01:33:32.3422875Z ##[group]Getting Git version info
2026-09-22T01:33:32.3423538Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-22T01:33:32.3424505Z [command]/usr/bin/git version
2026-09-22T01:33:32.3424914Z git version 2.43.0
2026-09-22T01:33:32.3432275Z ##[endgroup]
2026-09-22T01:33:32.3439598Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/659c83ee-b162-4b40-8429-4419a95a7bc6/.gitconfig'
2026-09-22T01:33:32.3446267Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/659c83ee-b162-4b40-8429-4419a95a7bc6' before making global git config changes
2026-09-22T01:33:32.3447440Z Adding repository directory to the temporary git global config as a safe directory
2026-09-22T01:33:32.3448857Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-22T01:33:32.3501421Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-22T01:33:32.3519880Z https://github.com/BigscreenVR/spt-bs-core
2026-09-22T01:33:32.3529545Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-22T01:33:32.3531997Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-22T01:33:32.3548199Z refs/heads/main
2026-09-22T01:33:32.3554411Z [command]/usr/bin/git checkout --detach
2026-09-22T01:33:32.3629666Z HEAD is now at 1143a6dccf test(serving): use immutable legacy singleton snapshot
2026-09-22T01:33:32.3665130Z [command]/usr/bin/git branch --delete --force main
2026-09-22T01:33:32.3702381Z Deleted branch main (was 1143a6dccf).
2026-09-22T01:33:32.3707314Z ##[endgroup]
2026-09-22T01:33:32.3710695Z [command]/usr/bin/git submodule status
2026-09-22T01:33:32.3895159Z ##[group]Cleaning the repository
2026-09-22T01:33:32.3897811Z [command]/usr/bin/git clean -ffdx
2026-09-22T01:33:33.6784481Z Removing target/
2026-09-22T01:33:33.6794790Z [command]/usr/bin/git reset --hard HEAD
2026-09-22T01:33:33.6876418Z HEAD is now at 1143a6dccf test(serving): use immutable legacy singleton snapshot
2026-09-22T01:33:33.6885165Z ##[endgroup]
2026-09-22T01:33:33.6886440Z ##[group]Disabling automatic garbage collection
2026-09-22T01:33:33.6890007Z [command]/usr/bin/git config --local gc.auto 0
2026-09-22T01:33:33.6917385Z ##[endgroup]
2026-09-22T01:33:33.6918683Z ##[group]Setting up auth
2026-09-22T01:33:33.6922684Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-22T01:33:33.6947920Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-22T01:33:33.7138466Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-22T01:33:33.7164219Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-22T01:33:33.7348739Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-22T01:33:33.7375952Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-22T01:33:33.7562427Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-22T01:33:33.7599991Z ##[endgroup]
2026-09-22T01:33:33.7601508Z ##[group]Fetching the repository
2026-09-22T01:33:33.7606969Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +de891efdf61f4eb305eb37aa794bad81d8b799f6:refs/remotes/pull/242/merge
2026-09-22T01:33:34.3951656Z From https://github.com/BigscreenVR/spt-bs-core
2026-09-22T01:33:34.3952939Z  * [new ref]               de891efdf61f4eb305eb37aa794bad81d8b799f6 -> pull/242/merge
2026-09-22T01:33:34.3978524Z ##[endgroup]
2026-09-22T01:33:34.3979265Z ##[group]Determining the checkout info
2026-09-22T01:33:34.3980890Z ##[endgroup]
2026-09-22T01:33:34.3984672Z [command]/usr/bin/git sparse-checkout disable
2026-09-22T01:33:34.4022972Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-22T01:33:34.4045777Z ##[group]Checking out the ref
2026-09-22T01:33:34.4047675Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/242/merge
2026-09-22T01:33:34.4445970Z Previous HEAD position was 1143a6dccf test(serving): use immutable legacy singleton snapshot
2026-09-22T01:33:34.4449190Z HEAD is now at de891efdf6 Merge ff55d152b013d55ef4c83b59e80c0214a8e96d49 into 1143a6dccf177cee46ca387f2be0637ee4bd324a
2026-09-22T01:33:34.4461306Z ##[endgroup]
2026-09-22T01:33:34.4508306Z [command]/usr/bin/git log -1 --format=%H
2026-09-22T01:33:34.4542446Z de891efdf61f4eb305eb37aa794bad81d8b799f6
